home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Resources
/
HTMLGate 12.2.1B
/
htmlgate.exe
/
{app}
/
Cookies
/
cookie3.txt
< prev
next >
Wrap
Text File
|
2000-07-12
|
465b
|
18 lines
<SCRIPT LANGUAGE="JavaScript">
<!--
function tastecookie(name) {
var bigone = document.cookie;
first= bigone.indexOf(name);
if(first != -1){
first+= name.length + 1;
last = bigone.indexOf(';', first);
if(last == -1) last = bigone.length;
value= bigone.substring(first, last);
} else value = ""
return value
}
-->
</SCRIPT>